Reads the value of an array item into a integer.
Class
TCustomIBCArray
Syntax
function GetItemAsInteger(const Indices: array of integer): integer;
Parameters
Indices
Holds an array of element indexes in the array (if the array is one-dimensional, there is only one index).
Return Value
the value of an array item as integer.
Remarks
Call the GetItemAsInteger method to read the value of an array item into a integer.
See Also